SimpleVariableDeclaration Class

Represents the name of a sheet that is currently being edited in a Spreadsheet document.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class SimpleVariableDeclaration
Inheritance
Object    SimpleVariableDeclaration

Constructors

SimpleVariableDeclaration Initializes a new instance of the SimpleVariableDeclaration class.

Properties

Name Contains the name, subject to varying requirements.
Type Contains the value-type of a variable.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current SimpleVariableDeclaration object to its equivalent string representation.
(Overrides ObjectToString)

See Also